Microsoft Windows graphic

To back up a certification authority

Using the Windows interface

  1. Log on to the system as a Backup Operator or a Certification Authority Administrator.
  2. Open Certification Authority.
  3. In the console tree, click the name of the certification authority (CA).
  4. On the Action menu, point to All Tasks, and click Back Up CA.
  5. Follow the instructions in the Certification Authority Backup Wizard.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    certutil -backup BackupDirectory

Value Description
backup Specifies a full backup of the CA's data.
BackupDirectory Specifies the path to use to store the backup data.

Notes

Related Topics